getSongStations

Returns the station assignments for one or more songs. The stations using the song are returned by the station ID, which is also what is used to access a specific station via Nexus.

Sample Request

<mmRequest command="getSongStations" client="NexusTest 1.1" userData="hello">
  <contents>
    <songList>
      <song [songId="1"] [cutId="x"] [catID="1"] [category="A"]/>
    </songList>
  </contents>
</mmRequest>

Sample Reply

<mmReply command="getSongStations" userData="hello" status="ok">
  <contents>
    <songList recordCount="1">
      <song songId="1">
        <station id="WAAA-FM" />
        <station id="WBBB-FM" />
      </song>
    </songList>
  </contents>
</mmReply>

You can also specify the category so when a song is in more than one category, you can target the specific instance you wish to work with. You can do this either by category ID (available via getCategoryList) or by the actual user category code.

Compatibility and Version Info

Available in MusicMaster CS 2.0